The official suitcase of the Alchemist's society. Its unique design and blazing red colour is a hit amongst women.
MaxHP + 200
Increases damage when using skill Acid terror or Demontration by 20%.
[ Base Strength >= 90 ]
A chance to Stun status by 5%.
Every time you kill a monster, low chance to drop random Potion.
Класс : Mace
Атака : 130
Вес : 50
Уровень Оружия : 4
Необходимый Lv. : 50
Доступно для : High Swordman, High Acolyte, High Merchant, Lord Knight, High Priest, Whitesmith, Paladin, Champion, Creator
Улучшается : Да
Доп. информация:
ID : 16001
Цена у NPC : 10
Script :
{ bonus bMaxHP,200; bonus2 bSkillAtk,"AM_ACIDTERROR",20; bonus2 bSkillAtk,"AM_DEMONSTRATION",20; bonus2 bAddMonsterDropItem,501,50; bonus2 bAddMonsterDropItem,502,20; bonus2 bAddMonsterDropItem,503,20; bonus2 bAddMonsterDropItem,504,20; bonus2 bAddMonsterDropItem,505,10; if(readparam(bStr)>=95) bonus2 bAddEff,Eff_Stun,500; }
{
...bonus bMaxHP,200;
...bonus2 bSkillAtk,"AM_ACIDTERROR",20;
...bonus2 bSkillAtk,"AM_DEMONSTRATION",20;
...bonus2 bAddMonsterDropItem,501,50;
...bonus2 bAddMonsterDropItem,502,20;
...bonus2 bAddMonsterDropItem,503,20;
...bonus2 bAddMonsterDropItem,504,20;
...bonus2 bAddMonsterDropItem,505,10;
...if(readparam(bStr)>=95) bonus2 bAddEff,Eff_Stun,500;
}